home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / gamgraph / minitris.zip / Setup.exe / 0 / RCDATA / TDIRECTORYFORM / TDIRECTORYFORM.txt
Text File  |  1996-12-22  |  1KB  |  63 lines

  1. object DirectoryForm: TDirectoryForm
  2.   Left = 761
  3.   Top = 427
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'UCI Installer'
  7.   ClientHeight = 203
  8.   ClientWidth = 234
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 152
  20.     Top = 171
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 70
  29.     Top = 171
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Cancel'
  33.     TabOrder = 1
  34.     OnClick = Button2Click
  35.   end
  36.   object DirectoryListBox1: TDirectoryListBox
  37.     Left = 7
  38.     Top = 37
  39.     Width = 220
  40.     Height = 97
  41.     ItemHeight = 16
  42.     TabOrder = 2
  43.     OnChange = DirectoryListBox1Change
  44.   end
  45.   object DriveComboBox1: TDriveComboBox
  46.     Left = 7
  47.     Top = 143
  48.     Width = 220
  49.     Height = 19
  50.     TabOrder = 3
  51.     OnChange = DriveComboBox1Change
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 7
  55.     Top = 7
  56.     Width = 220
  57.     Height = 21
  58.     TabOrder = 4
  59.     OnChange = Edit1Change
  60.     OnExit = Edit1Exit
  61.   end
  62. end
  63.